Use PESetGraphAxisInfo to set the several chart axis options that are available.
BOOL CRPE_API PESetGraphAxisInfo (
short printJob,
short sectionN,
short graphN,
PEGraphAxisInfo FAR * graphAxisInfo );
Specifies the print job for which you want to set chart axis information. | |
Specifies the section of the report containing the chart for which you want to set chart axis information. | |
Specifies for which chart within the section you want to set the chart axis information. This value is 0 | |
Specifies a pointer to PEGraphAxisInfo, which will contain the new information. |
Declare Function PESetGraphAxisInfo Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionN As Integer,
ByVal graphN As Integer, graphAxisInfo As PEGraphAxisInfo ) As Integer
function PESetGraphAxisInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphAxisInfo : PEGraphAxisInfo): Bool; {$ifdef WIN32} stdcall; {$endif}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |